Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clark/eslint-config-ember-order-imports

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clark/eslint-config-ember-order-imports

Sorts ES module imports for Ember.js projects

  • 1.28.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source






CLARK




@clark/eslint-config-ember-order-imports

Node CI code style: prettier dependencies devDependencies lerna CLARK Open Source

Sorts ES module imports for Ember.js projects

Installation

If you use the @clark/eslint-config-ember or @clark/eslint-config-ember-typescript, you don't need to do anything, as they already include this config.

If you don't like our config and just want to order your imports while using your own eslint config, just install this package and add it to extends.

yarn add -D eslint @clark/eslint-config-ember-order-imports
module.exports = {
  extends: ["@clark/ember-order-imports"],
  rules: {
    // your rules here
  },
};

What does it do?

This is a distributable standalone config for eslint-plugin-import-helpers that orders the ES module imports.

The config is extracted from / based on the config in skylines.

Keywords

FAQs

Package last updated on 27 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc